home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9805 / 000147_owner-linux-arm…r.rutgers.edu _Sun May 24 14:11:26 1998.msg < prev    next >
Internet Message Format  |  1998-06-02  |  8KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from virtual.bbc.co.uk (virtual.bbc.co.uk [132.185.132.199])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id OAA18306
  4.     for <willy@odie.barnet.ac.uk>; Sun, 24 May 1998 14:11:25 +0100
  5. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  6.     by virtual.bbc.co.uk (8.8.5/8.8.5) with ESMTP id OAA12521
  7.     for <willy@bofh.ai>; Sun, 24 May 1998 14:12:14 +0100 (BST)
  8. Received: from vger.rutgers.edu ([128.6.190.2]:17214 "EHLO vger.rutgers.edu" ident: "root") by nic.funet.fi with ESMTP id <10272-500>; Sun, 24 May 1998 16:11:59 +0300
  9. Received: by vger.rutgers.edu id <971010-31161>; Sun, 24 May 1998 08:40:54 -0400
  10. Received: from [195.152.9.20] ([195.152.9.20]:2755 "EHLO gateway.copymaster.co.uk" ident: "NO-IDENT-SERVICE[2]") by vger.rutgers.edu with ESMTP id <971009-31161>; Sun, 24 May 1998 08:40:42 -0400
  11. Received: from klmc ([158.152.71.143]) by gateway.copymaster.co.uk
  12.           (Post.Office MTA v3.1.2 release (PO205-101c)
  13.           ID# 0-45194U100L2S100) with SMTP id AAA103
  14.           for <linux-arm@vger.rutgers.edu>; Sun, 24 May 1998 13:59:53 +0000
  15. Date:     Sun, 24 May 1998 13:05:25 +0000
  16. From: tlawton <tlawton@on134th.com>
  17. To: linux-arm@vger.rutgers.edu
  18. Subject: Compilation of BitchX
  19. Message-ID: <75fe434b48%on134th-com@klmc.demon.co.uk>
  20. Reply-To: tlawton@on134th.com
  21. Organization: Home
  22. X-Mailer: Messenger v1.34c for RISC OS
  23. MIME-Version: 1.0
  24. Content-Type: text/plain; charset=us-ascii
  25. X-Posting-Agent: RISC OS Newsbase 0.60j
  26. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  27. Sender: owner-linux-arm@vger.rutgers.edu
  28. Precedence: bulk
  29. X-Loop: majordomo@vger.rutgers.edu
  30. Status: RO
  31.  
  32. Hi,
  33.  
  34.  Has anyone managed to compile BitchX for ARMLinux, or can anyone tell me
  35. what's wrong? I don't think there's anything wrong with my system as I've
  36. managed to compile a kernel, and PINE. So far I've set up symbolic links from
  37. the places it's looking for some files to the places where those can be found
  38. but it's still not working.
  39.  
  40.  Thanks,
  41.  
  42.  Tom
  43.  
  44. Below here is a selection, taken from te configure log, of the bits that
  45. failed.
  46.  
  47.  
  48. configure:857: gcc -E  conftest.c >/dev/null 2>conftest.out
  49. configure:853: sys/select.h: No such file or directory
  50. configure: failed program was:
  51. #line 852 "configure"
  52. #include "confdefs.h"
  53. #include <sys/select.h>
  54. configure:847: checking for sys/syslimits.h
  55. configure:857: gcc -E  conftest.c >/dev/null 2>conftest.out
  56. configure:853: sys/syslimits.h: No such file or directory
  57. configure: failed program was:
  58. #line 852 "configure"
  59. #include "confdefs.h"
  60. #include <sys/syslimits.h>
  61. configure:847: checking for sys/filio.h
  62. configure:857: gcc -E  conftest.c >/dev/null 2>conftest.out
  63. configure:853: sys/filio.h: No such file or directory
  64. configure: failed program was:
  65. #line 852 "configure"
  66. #include "confdefs.h"
  67. #include <sys/filio.h>
  68. configure:1768: gcc -o conftest -O2   conftest.c -ldir   1>&5
  69. ld: cannot open -ldir: No such file or directory
  70. configure: failed program was:
  71. #line 1757 "configure"
  72. #include "confdefs.h"
  73. /* Override any gcc2 internal prototype to avoid an error.  */
  74. /* We use char because int might match the return type of a gcc2
  75.     builtin and then its argument prototype would still apply.  */
  76. char opendir();
  77.  
  78. int main() {
  79. opendir()
  80. ; return 0; }
  81. configure: In function `main':
  82. configure:2909: warning: initialization discards `const' from pointer target type
  83. configure:3217: gcc -o conftest -O2   conftest.c -lsocket  -lncurses  1>&5
  84. ld: cannot open -lsocket: No such file or directory
  85. configure: failed program was:
  86. #line 3206 "configure"
  87. #include "confdefs.h"
  88. /* Override any gcc2 internal prototype to avoid an error.  */
  89. /* We use char because int might match the return type of a gcc2
  90.     builtin and then its argument prototype would still apply.  */
  91. char socket();
  92.  
  93. int main() {
  94. socket()
  95. ; return 0; }
  96. configure:3241: checking for socket in -linet
  97. configure:3260: gcc -o conftest -O2   conftest.c -linet  -lncurses  1>&5
  98. ld: cannot open -linet: No such file or directory
  99. configure: failed program was:
  100. #line 3249 "configure"
  101. #include "confdefs.h"
  102. /* Override any gcc2 internal prototype to avoid an error.  */
  103. /* We use char because int might match the return type of a gcc2
  104.     builtin and then its argument prototype would still apply.  */
  105. char socket();
  106.  
  107. int main() {
  108. socket()
  109. ; return 0; }
  110. configure:3284: checking for gethostname in -lnsl
  111. configure:3303: gcc -o conftest -O2   conftest.c -lnsl  -lncurses  1>&5
  112. ld: cannot open -lnsl: No such file or directory
  113. configure: failed program was:
  114. #line 3292 "configure"
  115. #include "confdefs.h"
  116. /* Override any gcc2 internal prototype to avoid an error.  */
  117. /* We use char because int might match the return type of a gcc2
  118.     builtin and then its argument prototype would still apply.  */
  119. char gethostname();
  120.  
  121. int main() {
  122. gethostname()
  123. ; return 0; }
  124. configure:3326: checking for getpwnam in -lsun
  125. configure:3345: gcc -o conftest -O2   conftest.c -lsun  -lncurses  1>&5
  126. ld: cannot open -lsun: No such file or directory
  127. configure: failed program was:
  128. #line 3334 "configure"
  129. #include "confdefs.h"
  130. /* Override any gcc2 internal prototype to avoid an error.  */
  131. /* We use char because int might match the return type of a gcc2
  132.     builtin and then its argument prototype would still apply.  */
  133. char getpwnam();
  134.  
  135. int main() {
  136. getpwnam()
  137. ; return 0; }
  138. configure:3366: checking for inet_addr in -ldgc
  139. configure:3385: gcc -o conftest -O2   conftest.c -ldgc  -lncurses  1>&5
  140. ld: cannot open -ldgc: No such file or directory
  141. configure: failed program was:
  142. #line 3374 "configure"
  143. #include "confdefs.h"
  144. /* Override any gcc2 internal prototype to avoid an error.  */
  145. /* We use char because int might match the return type of a gcc2
  146.     builtin and then its argument prototype would still apply.  */
  147. char inet_addr();
  148.  
  149. int main() {
  150. inet_addr()
  151. ; return 0; }
  152. configure:3406: checking for gethostbyname in -lresolv
  153. configure:3425: gcc -o conftest -O2   conftest.c -lresolv  -lncurses  1>&5
  154. ld: cannot open -lresolv: No such file or directory
  155. configure: failed program was:
  156. #line 3414 "configure"
  157. #include "confdefs.h"
  158. /* Override any gcc2 internal prototype to avoid an error.  */
  159. /* We use char because int might match the return type of a gcc2
  160.     builtin and then its argument prototype would still apply.  */
  161. char gethostbyname();
  162.  
  163. int main() {
  164. gethostbyname()
  165. ; return 0; }
  166. configure:3446: checking for crypt in -lcrypt
  167. configure:3465: gcc -o conftest -O2   conftest.c -lcrypt  -lncurses  1>&5
  168. ld: cannot open -lcrypt: No such file or directory
  169. configure: failed program was:
  170. #line 3454 "configure"
  171. #include "confdefs.h"
  172. /* Override any gcc2 internal prototype to avoid an error.  */
  173. /* We use char because int might match the return type of a gcc2
  174.     builtin and then its argument prototype would still apply.  */
  175. char crypt();
  176.  
  177. int main() {
  178. crypt()
  179. ; return 0; }
  180. configure:3486: checking for malloc in -lgnumalloc
  181. configure:3505: gcc -o conftest -O2   conftest.c -lgnumalloc  -lncurses  1>&5
  182. ld: cannot open -lgnumalloc: No such file or directory
  183. configure: failed program was:
  184. #line 3494 "configure"
  185. #include "confdefs.h"
  186. /* Override any gcc2 internal prototype to avoid an error.  */
  187. /* We use char because int might match the return type of a gcc2
  188.     builtin and then its argument prototype would still apply.  */
  189. char malloc();
  190.  
  191. int main() {
  192. malloc()
  193. ; return 0; }
  194. configure:3524: checking for malloc in -lbsdmalloc
  195. configure:3543: gcc -o conftest -O2   conftest.c -lbsdmalloc  -lncurses  1>&5
  196. ld: cannot open -lbsdmalloc: No such file or directory
  197. configure: failed program was:
  198. #line 3532 "configure"
  199. #include "confdefs.h"
  200. /* Override any gcc2 internal prototype to avoid an error.  */
  201. /* We use char because int might match the return type of a gcc2
  202.     builtin and then its argument prototype would still apply.  */
  203. char malloc();
  204.  
  205. int main() {
  206. malloc()
  207. ; return 0; }
  208.  
  209.  
  210.  
  211. -- 
  212.  
  213. .... The United States has never lost a war in which mules were used. 
  214. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu